derelict.anttweakbar.functions

Undocumented in source.

Members

Aliases

da_TwAddButton
alias da_TwAddButton = int function(TwBar* bar, const(char)* name, TwButtonCallback callback, void* clientData, const(char)* def)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwAddSeparator
alias da_TwAddSeparator = int function(TwBar* bar, const(char)* name, const(char)* def)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwAddVarCB
alias da_TwAddVarCB = int function(TwBar* bar, const(char)* name, TwType type, TwSetVarCallback setCallback, TwGetVarCallback getCallback, void* clientData, const(char)* def)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwAddVarRO
alias da_TwAddVarRO = int function(TwBar* bar, const(char)* name, TwType type, const(void)* var, const(char)* def)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwAddVarRW
alias da_TwAddVarRW = int function(TwBar* bar, const(char)* name, TwType type, void* var, const(char)* def)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwCopyCDStringToClientFunc
alias da_TwCopyCDStringToClientFunc = void function(TwCopyCDStringToClient copyCDStringFunc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwCopyCDStringToLibrary
alias da_TwCopyCDStringToLibrary = void function(char** destinationLibraryStringPtr, const(char)* sourceClientString)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwDefine
alias da_TwDefine = int function(const(char)* def)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwDefineEnum
alias da_TwDefineEnum = TwType function(const(char)* name, const(TwEnumVal)* enumValues, uint nbValues)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwDefineEnumFromString
alias da_TwDefineEnumFromString = TwType function(const(char)* name, const(char)* enumString)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwDefineStruct
alias da_TwDefineStruct = TwType function(const(char)* name, const(TwStructMember)* structMembers, uint nbMembers, size_t structSize, TwSummaryCallback summaryCallback, void* summaryClientData)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwDeleteAllBars
alias da_TwDeleteAllBars = int function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwDeleteBar
alias da_TwDeleteBar = int function(TwBar* bar)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwDraw
alias da_TwDraw = int function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwEventCharGLFW
alias da_TwEventCharGLFW = int function(int glfwChar, int glfwAction)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwEventCharGLFWcdecl
alias da_TwEventCharGLFWcdecl = int function(int glfwChar, int glfwAction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TwEventKeyGLFW
alias da_TwEventKeyGLFW = int function(int glfwKey, int glfwAction)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwEventKeyGLFWcdecl
alias da_TwEventKeyGLFWcdecl = int function(int glfwKey, int glfwAction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TwEventKeyboardGLUT
alias da_TwEventKeyboardGLUT = int function(ubyte glutKey, int mouseX, int mouseY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TwEventMouseButtonGLFW
alias da_TwEventMouseButtonGLFW = int function(int glfwButton, int glfwAction)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwEventMouseButtonGLFWcdecl
alias da_TwEventMouseButtonGLFWcdecl = int function(int glfwButton, int glfwAction)

Note: The following expect GLFW2 bindings, not GLFW3. In particular GLFW2 keys do not match GLFW3 keys, you'll have to translate them if you want to use these functions.

da_TwEventMouseButtonGLUT
alias da_TwEventMouseButtonGLUT = int function(int glutButton, int glutState, int mouseX, int mouseY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TwEventMouseMotionGLUT
alias da_TwEventMouseMotionGLUT = int function(int mouseX, int mouseY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TwEventMousePosGLFWcdecl
alias da_TwEventMousePosGLFWcdecl = int function(int mouseX, int mouseY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TwEventMouseWheelGLFWcdecl
alias da_TwEventMouseWheelGLFWcdecl = int function(int wheelPos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TwEventSDL
alias da_TwEventSDL = int function(const(void)* sdlEvent, ubyte sdlMajorVersion, ubyte sdlMinorVersion)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwEventSpecialGLUT
alias da_TwEventSpecialGLUT = int function(int glutKey, int mouseX, int mouseY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TwEventWin
alias da_TwEventWin = int function(void* wnd, uint msg, uint wParam, int lParam)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetBarByIndex
alias da_TwGetBarByIndex = TwBar* function(int barIndex)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetBarByName
alias da_TwGetBarByName = TwBar* function(const(char)* barName)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetBarCount
alias da_TwGetBarCount = int function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetBarName
alias da_TwGetBarName = const(char)* function(const(TwBar)* bar)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetBottomBar
alias da_TwGetBottomBar = TwBar* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetCurrentWindow
alias da_TwGetCurrentWindow = int function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetLastError
alias da_TwGetLastError = const(char)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetParam
alias da_TwGetParam = int function(TwBar* bar, const(char)* varName, const(char)* paramName, TwParamValueType paramValueType, uint outValueMaxCount, void* outValues)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwGetTopBar
alias da_TwGetTopBar = TwBar* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwHandleErrors
alias da_TwHandleErrors = void function(TwErrorHandler errorHandler)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwInit
alias da_TwInit = int function(TwGraphAPI graphAPI, void* device)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwKeyPressed
alias da_TwKeyPressed = int function(int key, int modifiers)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwKeyTest
alias da_TwKeyTest = int function(int key, int modifiers)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwMouseButton
alias da_TwMouseButton = int function(TwMouseAction action, TwMouseButtonID button)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwMouseMotion
alias da_TwMouseMotion = int function(int mouseX, int mouseY)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwMouseWheel
alias da_TwMouseWheel = int function(int pos)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwNewBar
alias da_TwNewBar = TwBar* function(const(char)* barName)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwRefreshBar
alias da_TwRefreshBar = int function(TwBar* bar)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwRemoveAllVars
alias da_TwRemoveAllVars = int function(TwBar* bar)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwRemoveVar
alias da_TwRemoveVar = int function(TwBar* bar, const(char)* name)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwSetBottomBar
alias da_TwSetBottomBar = int function(const(TwBar)* bar)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwSetCurrentWindow
alias da_TwSetCurrentWindow = int function(int windowID)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwSetParam
alias da_TwSetParam = int function(TwBar* bar, const(char)* varName, const(char)* paramName, TwParamValueType paramValueType, uint inValueCount, const(void)* inValues)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwSetTopBar
alias da_TwSetTopBar = int function(const(TwBar)* bar)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwTerminate
alias da_TwTerminate = int function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwWindowExists
alias da_TwWindowExists = int function(int windowID)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_TwWindowSize
alias da_TwWindowSize = int function(int width, int height)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Static variables

TwAddButton
da_TwAddButton TwAddButton;
Undocumented in source.
TwAddSeparator
da_TwAddSeparator TwAddSeparator;
Undocumented in source.
TwAddVarCB
da_TwAddVarCB TwAddVarCB;
Undocumented in source.
TwAddVarRO
da_TwAddVarRO TwAddVarRO;
Undocumented in source.
TwAddVarRW
da_TwAddVarRW TwAddVarRW;
Undocumented in source.
TwCopyCDStringToClientFunc
da_TwCopyCDStringToClientFunc TwCopyCDStringToClientFunc;
Undocumented in source.
TwCopyCDStringToLibrary
da_TwCopyCDStringToLibrary TwCopyCDStringToLibrary;
Undocumented in source.
TwDefine
da_TwDefine TwDefine;
Undocumented in source.
TwDefineEnum
da_TwDefineEnum TwDefineEnum;
Undocumented in source.
TwDefineEnumFromString
da_TwDefineEnumFromString TwDefineEnumFromString;
Undocumented in source.
TwDefineStruct
da_TwDefineStruct TwDefineStruct;
Undocumented in source.
TwDeleteAllBars
da_TwDeleteAllBars TwDeleteAllBars;
Undocumented in source.
TwDeleteBar
da_TwDeleteBar TwDeleteBar;
Undocumented in source.
TwDraw
da_TwDraw TwDraw;
Undocumented in source.
TwEventCharGLFW
da_TwEventCharGLFW TwEventCharGLFW;
Undocumented in source.
TwEventCharGLFWcdecl
da_TwEventCharGLFWcdecl TwEventCharGLFWcdecl;
Undocumented in source.
TwEventKeyGLFW
da_TwEventKeyGLFW TwEventKeyGLFW;
Undocumented in source.
TwEventKeyGLFWcdecl
da_TwEventKeyGLFWcdecl TwEventKeyGLFWcdecl;
Undocumented in source.
TwEventKeyboardGLUT
da_TwEventKeyboardGLUT TwEventKeyboardGLUT;
Undocumented in source.
TwEventMouseButtonGLFW
da_TwEventMouseButtonGLFW TwEventMouseButtonGLFW;
Undocumented in source.
TwEventMouseButtonGLFWcdecl
da_TwEventMouseButtonGLFWcdecl TwEventMouseButtonGLFWcdecl;
Undocumented in source.
TwEventMouseButtonGLUT
da_TwEventMouseButtonGLUT TwEventMouseButtonGLUT;
Undocumented in source.
TwEventMouseMotionGLUT
da_TwEventMouseMotionGLUT TwEventMouseMotionGLUT;
Undocumented in source.
TwEventMousePosGLFWcdecl
da_TwEventMousePosGLFWcdecl TwEventMousePosGLFWcdecl;
Undocumented in source.
TwEventSDL
da_TwEventSDL TwEventSDL;
Undocumented in source.
TwEventSpecialGLUT
da_TwEventSpecialGLUT TwEventSpecialGLUT;
Undocumented in source.
TwEventWin
da_TwEventWin TwEventWin;
Undocumented in source.
TwGetBarByIndex
da_TwGetBarByIndex TwGetBarByIndex;
Undocumented in source.
TwGetBarByName
da_TwGetBarByName TwGetBarByName;
Undocumented in source.
TwGetBarCount
da_TwGetBarCount TwGetBarCount;
Undocumented in source.
TwGetBarName
da_TwGetBarName TwGetBarName;
Undocumented in source.
TwGetBottomBar
da_TwGetBottomBar TwGetBottomBar;
Undocumented in source.
TwGetCurrentWindow
da_TwGetCurrentWindow TwGetCurrentWindow;
Undocumented in source.
TwGetLastError
da_TwGetLastError TwGetLastError;
Undocumented in source.
TwGetParam
da_TwGetParam TwGetParam;
Undocumented in source.
TwGetTopBar
da_TwGetTopBar TwGetTopBar;
Undocumented in source.
TwHandleErrors
da_TwHandleErrors TwHandleErrors;
Undocumented in source.
TwInit
da_TwInit TwInit;
Undocumented in source.
TwKeyPressed
da_TwKeyPressed TwKeyPressed;
Undocumented in source.
TwKeyTest
da_TwKeyTest TwKeyTest;
Undocumented in source.
TwMouseButton
da_TwMouseButton TwMouseButton;
Undocumented in source.
TwMouseMotion
da_TwMouseMotion TwMouseMotion;
Undocumented in source.
TwMouseWheel
da_TwMouseWheel TwMouseWheel;
Undocumented in source.
TwNewBar
da_TwNewBar TwNewBar;
Undocumented in source.
TwRefreshBar
da_TwRefreshBar TwRefreshBar;
Undocumented in source.
TwRemoveAllVars
da_TwRemoveAllVars TwRemoveAllVars;
Undocumented in source.
TwRemoveVar
da_TwRemoveVar TwRemoveVar;
Undocumented in source.
TwSetBottomBar
da_TwSetBottomBar TwSetBottomBar;
Undocumented in source.
TwSetCurrentWindow
da_TwSetCurrentWindow TwSetCurrentWindow;
Undocumented in source.
TwSetParam
da_TwSetParam TwSetParam;
Undocumented in source.
TwSetTopBar
da_TwSetTopBar TwSetTopBar;
Undocumented in source.
TwTerminate
da_TwTerminate TwTerminate;
Undocumented in source.
TwWindowExists
da_TwWindowExists TwWindowExists;
Undocumented in source.
TwWindowSize
da_TwWindowSize TwWindowSize;
Undocumented in source.

Meta